@media screen and (max-width: 1200px) {
  footer .mx-ind-footer {
    display: grid;
    max-width: 1256px;
    grid-template-columns: minmax(712px, 800px) minmax(10px, 155px) 300px !important;
    justify-items: center;
    padding: 0 10px;
  }

  footer .mx-ind-footer .mx-footer-line {
    margin: 0 !important;
  }
}

footer {
  position: relative;
  width: 100%;
  height: 573px;
  overflow: hidden;
  background: linear-gradient(180deg, #EFF7FF 37.5%, #FFFFFF 100%), #091D3E;
  border-top: 1px solid #AEBEE8;
  z-index: 10;
}

footer .fo-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}

footer .mx-ind-footer {
  position: relative;
  display: grid;
  max-width: 1256px;
  grid-template-columns: 800px minmax(10px, 155px) 300px;
  justify-items: center;
  height: 310px;
  margin: 70px auto 120px;
  padding-top: 50px;
  box-sizing: border-box;
}

footer .mx-ind-footer .mx-ind-footer-list {
  display: flex;
}

footer .mx-ind-footer .mx-ind-footer-list>div {
  margin-right: 52px;
}

footer .mx-ind-footer .mx-ind-footer-list>div:last-child {
  margin: 0;
}

footer .mx-ind-footer .mx-ind-footer-list>div .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(24, 24, 24, 0.9);
  margin-bottom: 29px;
}

footer .mx-ind-footer .mx-ind-footer-list>div .lis {
  margin-bottom: 15px;
}

footer .mx-ind-footer .mx-ind-footer-list>div .lis a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: rgba(24, 24, 24, 0.8);
}

footer .mx-ind-footer .mx-footer-line {
  width: 3px;
  height: 253.38px;
  background: #104CBA;
}

footer .mx-ind-footer .mx-footer-info figure {
  width: 110px;
  height: 100px;
  margin-bottom: 8px;
}

footer .mx-ind-footer .mx-footer-info .mx-pp {
  display: flex;
  flex-direction: column;
}

footer .mx-ind-footer .mx-footer-info .mx-pp .mx-sp {
  margin-bottom: 18px;
}

footer .mx-ind-footer .mx-footer-info .mx-pp .mx-d {
  display: none;
}

footer .mx-ind-footer .mx-footer-info>p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(24, 24, 24, 0.8);
  margin-bottom: 18px;
}

footer .mx-footer-bbtom {
  position: relative;
  width: 100%;
  height: 73px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -6px;
}

footer .mx-footer-bbtom span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

footer .mx-footer-bbtom::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #2864f6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ocean {
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: transparent;
}

.wave {
  background: url(/static/index/images/mxl/fo-svg.svg) repeat-x;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 180px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  bottom: 0;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.wztkj_wx {
  display: none;
  min-width: 110px;
  justify-content: space-around;
  align-items: center;
}

.wztkj_wx button {
  padding: 3px 5px;
  font-size: 14px;
  background: #ffffff;
  color: #2087fe;
  border-radius: 5px;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.mx-aside {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 13%;
  right: 5%;
  z-index: 2024;
}

.mx-aside .mx-as-baojia,
.mx-aside .mx-as-jiaoliu {
  width: 40px;
  height: 25px;
  background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
  border-radius: 2px;
  margin-bottom: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.mx-aside .mx-as-baojia a,
.mx-aside .mx-as-jiaoliu a {
  color: #FFFFFF;
  transition: all 0.5s;
}

.mx-aside .mx-as-baojia:hover,
.mx-aside .mx-as-jiaoliu:hover {
  background: #f5f5f5;
}

.mx-aside .mx-as-baojia:hover a,
.mx-aside .mx-as-jiaoliu:hover a {
  color: #000;
}

.mx-aside .mx-kk {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.mx-aside .mx-kk>a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.mx-aside .mx-kk .iconfont {
  color: #FFFFFF;
  font-size: 30px;
  transition: all 0.5s;
}

.mx-aside .mx-kk:hover .kk-hide {
  display: block;
}

.mx-aside .mx-kk:hover .kk-lx {
  display: flex;
}

.mx-aside .mx-kk:hover {
  background: #f5f5f5;
}

.mx-aside .mx-kk:hover .iconfont {
  color: #000;
}

.mx-aside .mx-kk .kk-hide {
  display: none;
  position: absolute;
  top: 0;
  right: 42px;
  padding: 5px;
  box-sizing: border-box;
  background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #FFFFFF;
  border-radius: 5px;
}

.mx-aside .mx-kk .kk-lx {
  display: none;
  align-items: center;
  min-height: 100%;
}

.mx-aside .mx-kk .kk-lx figure {
  width: 150px;
  height: auto;
}


.mx-aside .mx-kk .kk-link-a {
  top: 50%;
  transform: translateY(-50%);
  width: 175px;
}

.mx-aside .mx-kk .kk-link-a a {
  color: #fff;
}

.mx-aside .mx-kk .kk-link-a a:last-child {
  margin-bottom: 0;
}

.mx-aside .mx-oto {
  width: 40px;
  height: 67px;
  justify-content: center;
  align-items: center;
  display: none;
}

.mx-aside .mx-oto figure {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  footer {
    background: linear-gradient(180deg, #EFF7FF 37.5%, #FFFFFF 100%);
    height: 438px;
  }

  footer .fo-fig {
    width: 70px;
    height: 70px;
  }

  footer .mx-ind-footer {
    position: relative;
    margin: 0 auto;
    z-index: 3;
  }

  footer .mx-ind-footer-list,
  footer .mx-footer-line {
    display: none !important;
  }

  footer .mx-ind-footer {
    width: 100% !important;
    display: flex;
    height: 312px !important;
    justify-content: center;
    padding: 56px 0 28px;
    box-sizing: border-box;
  }

  footer .mx-footer-info figure {
    margin: 0 auto 24px;
  }

  footer .mx-footer-info p {
    margin-bottom: 16px !important;
  }

  footer .mx-footer-info .mx-pp {
    flex-direction: row !important;
    margin: 0 !important;
  }

  footer .mx-footer-info .mx-pp .mx-sp {
    margin-bottom: 16px !important;
  }

  footer .mx-footer-info .mx-pp .mx-d {
    display: block !important;
  }

  footer .mx-footer-bbtom {
    flex-direction: column;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background: #9FC3FF;
    height: 120px;
  }

  footer .mx-footer-bbtom::before {
    display: none;
  }

  .mx-aside {
    flex-direction: column;
    position: fixed;
    bottom: 10%;
    right: 2%;
    z-index: 888;
  }

  #copyToast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background-color: #10b981;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 50;
    pointer-events: none;
  }
  @keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
  }

  .mx-aside .mx-as-baojia,
  .mx-aside .mx-as-jiaoliu {
    width: 40px;
    height: 25px;
    border-radius: 2px;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }

  .mx-aside .mx-as-baojia a,
  .mx-aside .mx-as-jiaoliu a {
    color: #FFFFFF;
    transition: all 0.5s;
  }

  .mx-aside .mx-as-baojia:hover,
  .mx-aside .mx-as-jiaoliu:hover {
    background: #f5f5f5;
  }

  .mx-aside .mx-as-baojia:hover a,
  .mx-aside .mx-as-jiaoliu:hover a {
    color: #000;
  }

  .mx-aside .mx-kk {
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }

  .mx-aside .mx-kk>a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .mx-aside .mx-kk .iconfont {
    color: #FFFFFF;
    font-size: 30px;
    transition: all 0.5s;
  }


  .mx-aside .mx-kk:hover .kk-hide {
    display: block;
  }

  .mx-aside .mx-kk:hover .kk-lx {
    display: flex;
  }

  .mx-aside .mx-kk:hover {
    background: #f5f5f5;
  }

  .mx-aside .mx-kk:hover .iconfont {
    color: #000;
  }

  .mx-aside .mx-kk .kk-hide {
    display: none;
    position: absolute;
    top: 0;
    right: 42px;
    padding: 5px;
    box-sizing: border-box;
    background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #FFFFFF;
    border-radius: 5px;
  }

  .mx-aside .mx-kk .kk-lx {
    display: none;
    align-items: center;
    /* height: 100%; */
    height: auto;
  }

  .mx-aside .mx-kk .kk-link-a {
    top: 50%;
    transform: translateY(-50%);
    width: 175px;
  }

  .mx-aside .mx-kk .kk-link-a a {
    color: #fff;
  }

  .mx-aside .mx-kk .kk-link-a a:last-child {
    margin-bottom: 0;
  }

  .mx-aside .mx-oto {
    width: 40px;
    height: 67px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .mx-aside .mx-oto figure {
    width: 15px;
    height: 15px;
    cursor: pointer;
  }

  .ocean {
    display: none;
  }
}

.mx-info-img {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.mx-info-img figure {
  width: 700px;
}

.mx-info-img figure img {
  width: 100%;
  height: auto;
}

.mx-kk {
  position: relative;
}

.icon-dianhuatianchong {
  position: absolute;
  z-index: 1;
}

.icon-dianhuatianchong a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
}

.mx-aside .mx-kk:hover .kk-lx {
  flex-direction: column;
  justify-content: center;
}

.mx-aside .mx-kk:hover .kk-lx div {
  border-bottom: 1px solid #ebebeb;
  padding: 3px 0;
}

.mx-aside .mx-kk:hover .kk-lx div a {
  color: #fff;
}